home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / mwftpd.zip / HOME.ZIP / README.TXT < prev    next >
Text File  |  1992-08-24  |  3KB  |  51 lines

  1. HOME.EXE, SETHOME.EXE, Home directory maintenance utilities for
  2. Novell NetWare LANs. (c) 1990-92, David Harris, All Rights Reserved.
  3. ────────────────────────────────────────────────────────────────────────
  4.  
  5. These two utilities allow you to set a user's home directory anywhere
  6. on a NetWare LAN. They create and interrogate a property in the
  7. NetWare Bindery. This gives you considerable freedom to arrange the
  8. layout of your volumes, since you no longer need to use tedious
  9. calculations based on the user's login name in your system login
  10. script. SetHome and Home are totally free, and may be freely
  11. distributed.
  12.  
  13. Comments or problem reports to David Harris, david@pmail.gen.nz.
  14. (from CompuServe, mail to >internet:david@pmail.gen.nz).
  15.  
  16.  
  17. ┌──────────────────────────────────────────────────────────────────────┐
  18. │   Sethome.exe     Usage:   sethome <username> <directory>            │
  19. └──────────────────────────────────────────────────────────────────────┘
  20.  
  21. Sethome adds a HOME_DIR property to the bindery entry of a user,
  22. consisting of the fully expanded path to a user's home directory on
  23. the file server. The full name is in the general form <VOL>:<PATH>
  24. and can be any directory on the server. Using Sethome is a necessary
  25. prelude to using HOME. Only SUPERVISOR-equivalent users can normally
  26. create a HOME_DIR property, but once one exists, the user who owns it
  27. can modify it.
  28.  
  29.  
  30. ┌──────────────────────────────────────────────────────────────────────┐
  31. │   Home.exe        Usage:   home [username] [/M]                      │
  32. └──────────────────────────────────────────────────────────────────────┘
  33.  
  34. Home looks at the bindery entry for the specified user, or for the
  35. logged user if none is specified, searching for a HOME_DIR property,
  36. as created by Sethome. If the property exists, Home changes to the
  37. directory it names. If the user is logged to a network drive, the
  38. directory is changed on that drive; if the user is logged to a local
  39. drive, Home changes to the first Network drive and sets the directory
  40. there. Note that the user might not have rights to another user's
  41. home directory, at which point Home will issue an error message and
  42. perform no change.
  43.  
  44. Home [username] /M changes to the logged or specified user's mail
  45. directory. This can be useful for retrieving files from Pegasus Mail,
  46. which works in the mail directory. No HOME_DIR property need exist
  47. for Home /M to work, but the only users other than the owner with
  48. rights in SYS:MAIL/DIR should normally be SUPERVISOR-equivalent
  49. users.
  50.  
  51.